type github.com/refraction-networking/utls.utlsCompressedCertificateMsg

7 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L829: 		return new(utlsCompressedCertificateMsg), nil
		u_handshake_client.go#L30: 				compressedCertMsg, ok := msg.(*utlsCompressedCertificateMsg)
		u_handshake_client.go#L51: func (hs *clientHandshakeStateTLS13) decompressCert(m utlsCompressedCertificateMsg) (*certificateMsgTLS13, error) {
		u_handshake_messages.go#L15: type utlsCompressedCertificateMsg struct {
		u_handshake_messages.go#L23: func (m *utlsCompressedCertificateMsg) marshal() ([]byte, error) {
		u_handshake_messages.go#L43: func (m *utlsCompressedCertificateMsg) unmarshal(data []byte) bool {
		u_handshake_messages.go#L44: 	*m = utlsCompressedCertificateMsg{raw: data}